DirectoryEntryCompareTo Method
Compares this instance with the specified
DirectoryEntry object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified DirectoryEntry.
Namespace: Independentsoft.IO.StructuredStorageAssembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
public int CompareTo(
Object obj
)
Public Function CompareTo (
obj As Object
) As Integer
- obj Object
- A DirectoryEntry
Int32A 32-bit signed integer that indicates whether this instance precedes, follows, or appears in the same position in the sort order as the value parameter.
IComparableCompareTo(Object)